setNearClippingDistance Method
In This Topic
Sets the near clipping distance. This value is meaningful only if method returns
PDF3DProjectionClippingStyle.EXPLICIT_NEAR_FAR or if method returns
PDF3DProjectionType.PERSPECTIVE. The value must be non-negative for orthographic projections and positive for perspective projections.
Syntax
public void setNearClippingDistance(
double
)
|
Parameters
- clippingDistance
- The near clipping distance, expressed in the camera coordinate system.
See Also